﻿@charset "utf-8";
/* CSS Document */

.page_nav{height:50px;line-height:50px;margin-top:15px;}
.page_nav a{ display:inline-block; margin:0 5px; height:42px; line-height:42px; width:133px;-moz-border-radius: 6px;-webkit-border-radius: 6px;border-radius:6px; background:#fff; color:#666; text-align:center;font-size:16px;}
.page_nav a{background:#838ea0; color:#fff;}
.page_nav a:hover{background:#0080df; color:#fff;}







html { overflow-y: scroll; } 
html{ background:#fff; color:#535353; overflow-x:hidden;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,form,input,textarea,p{margin:0 auto;padding:0;}img{border:0;}ol,ul,li{list-style:none;}h1,h2,h3{font-weight:normal;font-size:100%;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-weight:inherit;font-size:inherit;font-family:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}a{color:inherit;text-decoration:none;}
/*******CSS reset*************/
body{ background:#fff; color:#535353; font-size:14px; font-family:'微软雅黑';}
a{ color:#535353;}
a:hover{color:#165ccf;}

/*******CSS reset*************/
.f12{font-size:12px;}
.f16{font-size:16px;}
.bold{font-weight:bold;}
.white{color:#fff;}
.left{float:left;}
.right{float:right;}
.t_r{text-align:right;}
.clear{clear:both;}
.relative{position:relative;}
.absolute{position:absolute;}
.rel_center{position:relative;}
.hidden{display:none;}
.jj_pic{ float:left; margin:0 10px 0 0;}
.nr_pic{ text-align:center; position:relative; width:100%;}
.red{ color:#f00; font-weight:bold; padding-left:10px;}
.nr_red{ color:#f00; font-weight:bold;}



.scale:hover img {
    transform: scale(1.1, 1.1);
}
.scale img{ transition:transform 1s ease 0s}



#indexNews li {
	height:102px;
	font-size:13px;
	width: 500px;
	margin: 0 0 10px;
	line-height: 2.0;
	transition:0.3s all 0s linear;
	color: #9ba8a3;background: #fafafa;
	box-sizing:border-box;
}
#indexNews li img{ max-width: 136px; height: 102px; float: left; border-right: 3px solid #fff;}
#indexNews li .right{ width: 335px; padding: 10px 15px 15px 10px;box-sizing:border-box;}
#indexNews li .right a{ float: left; font-size: 17px;}
#indexNews li:hover{ background: #f1f1f1;}
#indexNews li:hover a{ color: #ff1e24;}


.Newstime {
	color:#afb0b4;
	font-size:12px;
	float: right;
}

#lxwm_nr {
	margin: 0 20px 20px;
	font-size:14px;
}
#lxwm_nr p {
	line-height: 35px;
	border-bottom: 1px dotted #ccc;
	padding-left: 20px;
}
#prev_next{ border-top:1px solid #ccc; margin-top:10px; padding-top:5px;}
#prev_next li{ padding-left:10px; height:30px; line-height:30px;}

#con_lx{ height:auto; overflow:hidden; line-height:2.0; font-size:14px; width:90%; margin-bottom:20px;}
#con_lx p{ border-bottom:1px dotted #ccc; line-height:35px; padding-left:20px; transition:0.3s all 0s linear; }
#con_lx p:hover{ background:#efefef; color:#000; border-bottom:1px solid #ccc; padding-left:30px;}

#lx_wx{ float:right; padding:50px 50px 0 0;}

#ys_nr1 .font p{
  -webkit-animation: float ease-in-out 1.5s infinite;
  animation: float ease-in-out 1.5s infinite;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.imgB { width: 100%;  top: 0; left: 0; position: relative;  opacity: 1;}
.imgT { width: 100%;top: 0;left: 0; position: absolute;
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}
.pic:hover .imgT{
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/** header **/
#top_line_bj{ height: 43px; background: #f5f5f5; width: 100%;}
#top_line{ width: 1200px; height: 43px; line-height: 43px; color: #5e5e5e;}
#top_line .right{ background: url(../Image/top_right_pic.png) no-repeat left center; padding-left: 30px;}
#top_index{ width:1200px; height:119px; margin-top: 7px; position: relative;}
#logo{ float:left; padding:10px 0 0;}
#top_right{ background: url(../Image/top_right_bj.png) no-repeat left top; width: 715px; height: 119px; position: absolute; top: 0; left: 845px;}
#top_tel{ float: left; background: url(../Image/tel.png) no-repeat left top; color: #fff; font-size: 30px; padding: 0 0 0 70px; margin: 35px 0 0 70px; font-weight: bold;}
#top_tel p{ font-size: 18px; font-weight: normal;}


#nav_bj{ width: 100%; height: 50px; background: #165ccf;}
#nav{ width:1200px; height:50px;}
#nav a{ display: block; float: left; width: 120px; color:#fff; background: url(../Image/nav_line.png) no-repeat right center; line-height:50px; text-align: center; transition:0.3s all 0s linear;font-size:17px; }
#nav a:hover{ background: url(../Image/nav_line.png) no-repeat right center #f66812; color: #fff;}


.flash{ width:100%; height:498px; margin:0 auto; text-align:center; position:relative; z-index:0; }
.flash .flashBox {position:relative; margin:0 auto; width:1000px; height:498px; }
/*修改尺寸1920 {position:absolute; width:1920px; left:-460px;}*/
/*修改尺寸1440 {position:absolute; width:1440px; left:-221px;}*/
.flash .flashBox .bd{position:absolute;  width:1920px; left:-460px;}
.flash .flashBox .bd img{width:100%; height:498px;}


.flash2{ width:100%; height:390px; margin:0 auto; text-align:center; position:relative; z-index:0; }
.flash2 .flashBox {position:relative; margin:0 auto; width:1000px; height:390px; }
/*修改尺寸1920 {position:absolute; width:1920px; left:-460px;}*/
/*修改尺寸1440 {position:absolute; width:1440px; left:-221px;}*/
.flash2 .flashBox .bd{position:absolute;  width:1920px; left:-460px;}
.flash2 .flashBox .bd img{width:100%; height:390px;}




#ssbj{ height: 52px; width: 100%; background: #f0f0f0;}
#ssnr{ width: 1200px; height: 52px;}
#ssnr .left{ background: url(../Image/key.jpg) no-repeat left top; height: 52px; line-height: 52px; padding-left: 150px;}
#ssnr .left a{ padding: 0 10px;}

.ss{ width:370px; height:39px; float: right; margin-top: 5px;}
.sou_left{float:left; width:275px; height:37px; border: 1px solid #dbdbdb; background: #f0f0f0; text-align:left; color:#7b7b7b; line-height:37px; padding-left:10px;}
.ss_pic{ float:right;}


/** footer **/
#end{ width:100%; background:#383842; height:auto; overflow:hidden; padding: 30px 0;}
#end_nr{ width:1200px; height:auto !important; min-height: 162px; overflow:hidden; color: #8b8b8b; background: url(../Image/wx.png) no-repeat right top;}
#end_nr a{color: #8b8b8b; padding: 0 10px;}
#end_nr a:hover{color: #fff;}
#end_nr .left{ line-height: 2.0; margin-right: 130px; width: 340px;}
#end_nr .left .end_title{ background: url(../Image/end_icon.png) no-repeat left center; padding: 0 0 0 15px; color: #fff; font-size: 16px; font-weight: bold;}


#end_end{ height: 47px; width: 100%; background: #1d1d1d;}
#end_end_nr{ width: 1200px; height: 47px; line-height: 47px; color: #797979;}

#end_nav_bj{ height: 50px; background: #48484e; width: 100%;}
#end_nav{ width: 1200px; height: 50px; line-height: 50px;}
#end_nav a{ display: block; float: left; width: 133px; color:#fff; background: url(../Image/nav_line.png) no-repeat right center; line-height:50px; text-align: center; transition:0.3s all 0s linear;}




/** main **/ 
.main{ width:1200px; height:auto; overflow:hidden; padding:30px 0;}
.title{ background: url(../Image/title.png) no-repeat center; text-align: center; color: #fff; font-weight: bold; font-size: 30px; height: 56px; line-height: 56px; margin-bottom: 25px;}

.picMarquee{ width:940px;  overflow:hidden; position:relative; float:left; margin-top: 0px;}
.picMarquee .bd{ padding:0px; margin:0;}
.picMarquee .bd ul{ overflow:hidden; zoom:1; }
.picMarquee .bd ul li999{ margin:0 20px 20px 0; float:left; width: 272px; height: 250px; overflow:hidden; text-align:center;  border:1px solid #efefef; font-size:14px; transition:0.3s all 0s linear; }



.picMarquee .bd ul li{  margin:0 10px 15px; float:left; width: 272px; height: 240px; overflow:hidden; text-align:center;  border:1px solid #efefef; font-size:14px; transition:0.3s all 0s linear;overflow:hidden; }
.picMarquee .bd ul li:hover{ background:#316dc9;}
.picMarquee .bd ul li:hover a{ color:#fff;}
.picMarquee .bd ul li a img{ width:270px; height:200px; border: 1px solid #e1e1e1; margin-bottom: 5px;}

.picMarquee .bd ul li999  a img{ width:100%;display:block;height: 200px;}
.picMarquee .bd ul li999 a img{ height: 200px;cursor: pointer;  transition: all 0.6s;}  
.picMarquee .bd ul li999   a img:hover{  transform: scale(0.95);height: 200px;} 



.picMarquee .picList{width:292px; height:auto; float:left; }

.hui{ background: #e9e9e9; width: 100%; height: auto; overflow: hidden;}
.pic{ float: left; width: 180px; padding: 40px 30px 0; text-align: center;}
.pic span{ color: #393939; font-weight: bold; font-size: 48px;}
.pic p{ height: 42px; background: #f66812; width: 180px; border-radius: 22px; text-align: center; line-height: 42px; color: #fff; font-size: 24px; font-weight: bold; transition:0.3s all 0s linear;}
.pic div{ color: #4c4c4c; line-height: 1.8; text-align: left; padding: 10px 5px 0;}
.pic img{transition:0.3s all 0s linear;}
.pic:hover p{ background: #393939;}
.pic:hover img{ transform: scale(1.1, 1.1);}

#ysbj{ background: url(../Image/ysbj.jpg) no-repeat center top; width: 100%; height: 753px;}
#ysnr{ width: 1200px; height: 610px; margin-top: 15px; position: relative;}
#ysnr .left{position: absolute; left: -100px;}
#ysnr #ys_cont{ width: 860px; float: right;}
#ysnr .font{ width: 860px; float: right; padding-top: 20px;}
#ysnr .font .num{ width: 54px; line-height: 54px; float: left; padding-top: 10px;}
#ysnr .font .right{ width: 795px; color: #fff; line-height: 1.8;}
#ysnr .font .right p{ font-weight: bold; font-size: 28px; border-bottom: 1px solid #547ab8; height: 48px; margin-bottom: 5px; transition:0.2s all 0s linear;}
#ysnr .font:hover .right p{ color: #ff0; padding-left: 10px;}

#gg{ background: url(../Image/gg.jpg) no-repeat center top #ebebeb; height: 168px; width: 100%; margin-top: 0px; margin-bottom: 10px;}
#gsjj{ width: 658px; float: left; margin: 0 0 20px;}
#xwnr{ width: 500px; float: right; margin: 0 0 20px;}
.xw_title{ background: url(../Image/line.png) no-repeat left bottom; padding: 0 10px; height: 40px;}
.xw_title .left{ font-size: 18px;}
.xw_title .left span{ color: #999999; font-size: 14px; font-family: arial; padding-left: 10px;}
.xw_title .right{ color: #e30000; line-height: 40px;}
.xw_title .right a{ color: #e30000;}

#fwbj{ background: url(../Image/fw_bj.jpg) no-repeat center top; width: 100%; height: 356px;}
.fw{ width: 145px; float: left; text-align: center; margin: 0 27px;}
.fw p{ color: #4a4a4a; font-size: 18px; padding-top: 10px; transition:0.3s all 0s linear;}
.fw .fwpic{ width: 120px; height: 120px; border: 5px solid #d5d5d5; border-radius: 70px; transition:0.3s all 0s linear;}
.fw .fwpic .img{ width: 82px; height: 65px; display: block; overflow: hidden; margin-top: 30px;}
.fw .fwpic .img img{ width: 82px; height: 65px; display: block;}
.fw:hover .img .box_img{position: relative; transition: 0.3s all 0s linear; display: block; margin-top: -65px; opacity: 0;}
.fw:hover .fwpic{ background: #165cce; border: 5px solid #f6f6f6;}
.fw:hover p{ color: #d00000;}


#marqueedivcontrola{width:1200px; height:250px; overflow:hidden; margin:0 auto; float:left;}
#marqueedivcontrola li{ float:left; overflow: hidden; width:277px; height:240px; padding: 5px; background: #e6e6e6; margin-right:20px; text-align:center; transition:0.3s all 0s linear;}
#marqueedivcontrola li img{ width:277px; height:200px; }
#marqueedivcontrola li:hover{ background: #165ccf; color: #fff;}
.cpgda{width:2149px;}











/** sidebar **/
#sidebar{ width:240px; height:auto; overflow:hidden; float: left;}
#main_right{ width:940px; height:auto; overflow:hidden; float: right;}
#left_bt{height: 55px; background: #165ccf; color: #fff; font-size: 24px; padding: 25px 0 0 30px; font-weight: bold;}
#left_bt span{ font-size: 14px;}

#left_lx{ background: #165ccf; padding: 10px; line-height: 1.8; color: #fff;}
#left_lx span{ font-weight: bold;}
#left_lx p{ font-weight: bold; font-size: 24px;}

#zi_banner{ width: 100%; height: 325px; background: url(../Image/zi_banner.jpg) no-repeat center top;}





#pro_list { background: #eeeeee; padding-bottom: 20px;}
#pro_list li{ height: 45px; line-height: 45px; text-align: center; transition:0.3s all 0s linear;border-bottom: 1px dotted #cccccc; width:240px}
#pro_list li a{ color: #363636;font-size:16px;}

#pro_list li999{ height: 45px; line-height: 45px; text-align: center; background: url(../Image/line.jpg) no-repeat center bottom; transition:0.3s all 0s linear;}
#pro_list li a{ color: #363636;}


#pro_list li:hover999{ background: url(../Image/line.jpg) no-repeat center bottom #de0000;}
#pro_list li:hover{ background: #165ccf;width:240px}
#pro_list li:hover a{ color: #fff;}




/** 222 **/

#pro_list222 { background: #838ea0; padding-bottom: 0px;}
#pro_list222 li{ height: 45px; line-height: 45px; text-align: center; transition:0.3s all 0s linear;border-bottom: 1px dotted #cccccc; width:240px}
#pro_list222 li a{ color: #fff;font-size:18px;font-weight:bold;}

#pro_list222 li999{ height: 45px; line-height: 45px; text-align: center; background: url(../Image/line.jpg) no-repeat center bottom; transition:0.3s all 0s linear;}



#pro_list222 li:hover999{ background: url(../Image/line.jpg) no-repeat center bottom #de0000;}
#pro_list222 li:hover{ background: #f66812;width:240px}
#pro_list222 li:hover a{ color: #fff;}


/** 333 **/

#pro_list333 { background: #eeeeee; padding-bottom: 0px;}
#pro_list333 li{ height: 45px; line-height: 45px; text-align: center; transition:0.3s all 0s linear;border-bottom: 1px dotted #cccccc; width:240px}
#pro_list333 li a{ color: #363636;font-size:16px;}

#pro_list333 li999{ height: 45px; line-height: 45px; text-align: center; background: url(../Image/line.jpg) no-repeat center bottom; transition:0.3s all 0s linear;}
#pro_list333 li a{ color: #363636;}


#pro_list333 li:hover999{ background: url(../Image/line.jpg) no-repeat center bottom #de0000;}
#pro_list333 li:hover{ background: #165ccf;width:240px}
#pro_list333 li:hover a{ color: #fff;}


#title_zy{ height: 50px; line-height: 50px; background: #838ea0; padding: 0 20px;}
#title_zy .left{ background: url(../Image/title_icon.png) no-repeat left center; padding-left: 35px; font-size: 16px; color: #fff; font-weight: bold;}
#title_zy .right{ background: url(../Image/home.png) no-repeat left center; color: #fff; padding-left: 35px;}
#title_zy .right a{ color: #fff;}
#title_zy .right a:hover{ color: #ff0;}




/** zy **/ 
.content{ padding: 15px 0 0; line-height: 2.0;}
.content  a:hover{ color: #535353;}
#content_zy{ line-height: 2.0; padding: 20px 0 0; height: auto; overflow: hidden;}

.new_li_content li{ height:110px; padding:10px; border:1px #e1e1e1 solid; margin-bottom: 15px; color:#999; font-size:14px; transition:all 0.4s linear 0s;}
.new_li_content li img{ width: 148px; height: 110px; float: left; margin:0 20px 0 10px;}
.new_li_content li a{ font-size: 16px;}
.new_li_content li:hover{ border:1px #165ccf solid;}
.new_li_content li:hover a{ color:#165ccf}
.news_li_title .time_news2{ margin:0 15px;transition:all 0.2s linear 0s;}
.new_li_content li:hover .time_news2{ margin:0 25px; color: #000;}

.product_left{width:412px; height:auto; overflow: hidden; margin-right:10px; float:left;}
.product_right{float:right; line-height:2.0; width: 510px; height:auto; overflow:hidden; }

.pro_namelb{ font-size:14px; line-height:2.2; border-bottom: 1px dotted #666; margin-top: 5px; padding-bottom: 5px;}
.pro_namelb strong{ color: #000;}
.pro_namelb span{ font-size: 14px;}


#ckxq{  background:#165ccf; height:42px; width:160px; line-height:42px; text-align:center; color:#fff; float:left; margin:25px 0 0 40px; transition:0.3s all 0s linear; border-radius:3px; float: left;}
#ckxq a{ color:#fff; font-size:16px;}
#ckxq:hover{ background:#cd0000;}


#cp_tel{ background: url(../Image/cptel.png) no-repeat left top; color: #d9332b; font-size: 24px; font-weight: bold; padding: 10px 0 0 50px;  margin:20px 0;  float: left;}
.content_zy1{ padding: 10px; line-height: 2.0;}


.dgnr{ background: url(../Image/dgpic.png) no-repeat right center; line-height: 2.0; padding: 20px 0 30px; color: #999999;}

/************************************/
.page{margin:10px 20px 15px 0;}
.page a{display:inline-block;height:18px;line-height:18px;border:1px solid #dbdbdb;padding:0 2px 0;}
.page a:hover{background:#404040;color:#fff;border:none;height:20px;line-height:20px;padding:0 3px 0;}
.current {padding:0 6px 0;height:18px;line-height:18px;background:#404040;color:#fff;}
/***************global*****************/
.pro li{float:left; margin:0 10px 15px; width:291px; height:260px; text-align:center; border:1px solid #efefef; font-size:14px; transition:0.3s all 0s linear;}
.pro img{ max-width:291px; height:218px;}
.pro li .pro_pic{width:278px; height:209px; background: #fff; overflow: hidden;}
.pro a{ color:#333; font-size:14px;}
.pro li:hover{ background:#316dc9;}
.pro li:hover a{ color:#fff;}

.pro999  li a img{ width:100%;display:block;height: 200px;}
.pro999  li a img{ cursor: pointer;  transition: all 0.6s;}  
.pro999  li  a img:hover{  transform: scale(0.95);} 


/*************index&goods**************/
.news{ width:100%;}
.news li{width:100%;height:40px;text-indent:2em;line-height:40px; font-size:14px; border-bottom:1px dotted #ccc; background:url(../Image/icon.jpg) no-repeat 20px center; transition:0.3s all 0s linear; padding-left:10px;}
.news li:hover{background-color:#efefef; border-bottom:1px solid #ccc;}
.news li:hover a{color:#000;}
/****************news*****************/
.news_title{color:#da020d;text-align:center;line-height:40px;}
.meta{color:#999;text-align:center; width:100%; line-height:28px; border:1px solid #efefef; margin-bottom:10px; background:#f8f8f8;}
/***********news_info**************/
.jobs li{ height:auto; margin:23px 18px 18px 28px;border-bottom:1px dotted #666; position:relative;}
.jobs a{ position:absolute; right:0; top:0;float:right;width:71px;height:34px;color:#fff;text-align:center;line-height:34px; display:block; background:#f00;}
.jobs strong{color:#da020d;}
.jobs p{/*margin:6px 0 -134px 156px;*/line-height:35px;}
/***************jobs***************/
.rel_center{ text-align:center; left:50%;}
.pro_name{display:block;color:#363636;text-align:left; font-weight: bold; font-size:24px; margin-bottom: 20px;}
.info_title{margin:10px 0 0 0;width:100%;height:50px; border-bottom: 1px solid #ccc; margin-bottom:10px;}
.info_title b{display:inline-block;padding-left:10px;height:100%;background:#1c5ac0;color:#fff;line-height:50px; font-weight: normal; font-size: 16px; padding: 0 30px;}
.info_title a{margin:8px;width:15px;height:15px;background-position:0 -426px;}
/********goods_info&jobs_info*******/
.order{margin:20px 0 20px 350px;line-height:40px;}
.order img{vertical-align:-5px;cursor:pointer;}
#submit{width:55px;height:29px;color:#000;cursor:pointer; background:url(../Image/button.gif) none center;}
/**************order&message********/
#banner{position:relative;overflow:auto;}
#banner li {float:left;}
.banner .dots li.active {
background: #fff;
opacity: 1;
}
.banner .dots li {
display: inline-block;
width: 10px;
height: 10px;
margin: 0 4px;
text-indent: -999em;
border: 2px solid #fff;
border-radius: 6px;
cursor: pointer;
opacity: .4;
-webkit-transition: background .5s, opacity .5s;
-moz-transition: background .5s, opacity .5s;
transition: background .5s, opacity .5s;
}

/*sitemap*/
.mesmore{margin-top:5px;}
.mesmore:hover{color:#da020d;text-decoration:underline;}

.sitemap{ width:996px; float:left; /*border:3px solid #f0f0f0;*/ margin-top:10px; margin-bottom:10px;}
.m1{ height:20px; line-height:20px; margin-top:20px; margin-left:20px;}
.m2{ margin-left:20px; margin-top:20px; line-height:25px;}
.m2 span{ font-size:14px; font-weight:bold;}
.m2t{ border:1px solid #f0f0f0; width:800px; padding-left:4px; margin-top:2px; padding:10px; margin-bottom:20px;}
.m2t ul{}
.m2t ul li{ list-style-type:none; float:left; width:150px;}
.m2t ul li a:hover{ color:red}

.f{ float:right; margin-right:10px; _margin-top:7px;}

#in_08{width: 1200px;margin:40px auto;margin-top: 5px;}
#in_08_title{width: 1200px;line-height: 30px;text-align: center;font-weight: bold;color: #035cb6;font-size: 30px;border-bottom: 1px dotted #cccccc;padding-bottom:12px; }
#in_08_title span{color: #e3e3e3;font-size: 48px;text-transform: uppercase;}
#in_08_mid{width: 1200px;height: 363px;margin:0 auto;margin-top: 35px;}
#in_08_mid li{width: 270px;height: 363px;float: left;margin-right: 40px;background: #ebe9e9;transition:all 0.4s;}

#in_08_mid li999{width: 270px;height: 363px;float: left;margin-right: 40px;background: #f6f6f6;transition:all 0.4s;}


#in_08_mid li .news_img{max-width: 100%; width: 270px;height: 167px;margin:0 auto;overflow: hidden;}
#in_08_mid li .news_img img{width: 100%;}
#in_08_mid li .news_time{width: 230px;height: 32px;margin:15px auto;background: url(../images/news_icon.png) left center no-repeat;text-align: right;color: #3c3c3c;font-size: 14px;}
#in_08_mid li .news_title{width: 230px;height: 20px; line-height: 20px; margin:0 auto;color: #3c3c3c;font-size: 16px;}
#in_08_mid li .news_info{width: 230px;height: 44px; line-height: 22px; margin:10px auto;color: #999999;font-size: 12px;overflow:hidden;}
#in_08_mid li .news_hx{width: 88px;height: 2px;margin-left: 20px;position: relative;overflow: hidden;}
#in_08_mid li .news_hx1{width: 88px;height: 2px;background: #0067d8;position: absolute;left: 0;top:0;z-index: 1;}
#in_08_mid li .news_hx2{width: 88px;height: 2px;background: #fd8100;position: absolute;left: -88px;top:0;z-index: 2;transition:left .4s ease;}
#in_08_mid li:hover{background: #0067d8;}
#in_08_mid li:hover .news_time{color: #fff;background: url(../images/news_icon_hover.png) left center no-repeat;}
#in_08_mid li:hover .news_title{color: #fff;}
#in_08_mid li:hover .news_info{color: #b0d5fe;}
#in_08_mid li:hover .news_hx2{left: 0;}
#in_08_btn88{width: 211px;height: 37px;line-height: 37px;margin:0 auto;text-align: center;margin-top: 30px;}
#in_08_btn88 a{display: block;color: #fff;font-size: 14px;background: #fd8100;transition:all 0.4s;}
#in_08_btn88 a:hover{background: #0067d8;}


.th5{width: 100%;height: 5px;margin:0 auto;}
.th15{width: 100%;height: 15px;margin:0 auto;}
.th10{width: 100%;height: 10px;margin:0 auto;}
.th30{width: 100%;height: 30px;margin:0 auto;}
.th30{width: 100%;height: 30px;margin:0 auto;}


.in_09a{width: 100%;background: #fff;margin:0 auto;}
#in_09{width: 1200px;margin:40px auto;margin-top: 15px;}
#in_09_title{width: 1200px;line-height: 30px;text-align: center;font-weight: bold;color: #035cb6;font-size: 30px;border-bottom: 1px dotted #cccccc;padding-bottom:12px; }
#in_09_title span{color: #e3e3e3;font-size: 48px;text-transform: uppercase;}


#culture{width: 100%;height: 185px; padding:56px 0; overflow: hidden; background: url(../images/culture_bg.png) center no-repeat;margin:40px auto;margin-top: -30px;margin-bottom:25px;}
#culture_mid{width: 1200px;height: 185px;margin:0 auto;position: relative;}
#culture_mid li{width: 185px;height: 185px;float: left;margin-right: 18px;position: relative;cursor: pointer;}
#culture_mid li .culture_k{background: rgba(14,110,228,.5); width: 185px;height: 185px;position: absolute; left: 0;top:0; transition:all 0.4s;}
#culture_mid li .culture_kk{width: 159px;height: 159px; overflow: hidden; border:dashed 1px #1834ff;position: absolute;left: 12px;top:12px;transition:all 0.4s;}
#culture_mid li .culture_icon{background: url(../images/culture_icon.png) center no-repeat;}
#culture_mid li:last-child{margin-right: 0;}
#culture_mid li .c_t{padding:0 12px; text-align: center;line-height: 30px;padding-top: 50px;color: #fff;font-size: 24px;transition:all 0.2s;}
#culture_mid li .c_e{padding:0 12px; text-align: center;line-height: 20px;padding-top: 8px;color: #adb1ce;font-size: 14px;transition:all 0.4s;}
#culture_mid li .c_i{padding:0 15px; line-height: 23px;padding-top: 8px;color: #fff;text-align: center; font-size: 14px;opacity: 0; transition:all 0.2s;transition-duration: 2s;
-moz-transition-duration: 2s;-webkit-transition-duration: 2s;-o-transition-duration: 2s;}
#culture_mid li:hover .culture_k{height: 240px;top:-28px;background: rgba(253,129,0,1);}

#culture_mid999 li:hover .culture_k{height: 240px;top:-28px;background: rgba(14,110,228,1);}



#culture_mid li:hover .culture_kk{height: 214px;border:dashed 1px #fabb7a}
#culture_mid li:hover .c_t{padding-top: 40px;}
#culture_mid li:hover .c_e{color: #fff;}
#culture_mid li:hover .c_i{opacity: 1;}

.p_m{height:145px;display:none;}

.m_botf {
	display: none;
}

@media screen and (max-width: 959px) {
	
		#left_bt,#pro_list333{display:none;}
		
		#newBridge,#in_03_zxly,#in9_09_title,#left_lx{display:none!important;}
		
	
	#ssnr,.main,.picMarquee,.picMarquee .picList,#pro_list222 li,.picMarquee .bd ul li a img,#sidebar,#main_right,#ysnr,#ysnr #ys_cont,#ysnr .font,#in_08_mid li .news_img,#in_08_mid li .news_info,#gsjj,#xwnr,#indexNews li{width:100%;}
	
	.flash .flashBox,.flash .flashBox bd ul,.flashBox .bd li,#in_08,#in_03,#in_03_news,#in_03_service,.in_news_f .news_title,#in9_09{width:100%!important;}
	
	#ysnr .font .right p{font-size:20px;}
	
	#pro_list222 li a{font-size:16px;}
	
	#ssnr .left,.picMarquee .bd ul li,#ysnr .font .right,#in_08_mid li .news_info,.content,.xw_title,#indexNews li{font-size:15px;}
	
	#ysnr .font .right{line-height:1.5;}
	
	#top_line,#top_index{width: 98%;height:80px;}
	
	#logo{width:60%;}
	
	#logo img,#nav{width:100%;}
	
	#top_right{width:50%;left: 385px;height:80px;}
	
	#top_tel{margin: 15px 0 0 70px;}
	
	#nav a{width:20%;font-size:16px;}
	
	#nav_bj,#nav{height:100px;}
	
	.flash .flashBox .bd{width:100%;left:0;}

	
	.ss{width:30%;}
	
	.sou_left{width:60%;}
	
	.picMarquee .bd ul li{width:48%;margin:1%;box-sizing: border-box;height:290px;}
	
	#pro_list222{width:20%;float: left;}
	

	
	.picMarquee .bd ul li a img{height:246px;}
	
	#ysnr .left img{display:none;}
	
	#ysnr .font .right{width:90%;}
	
	#ysnr .font{padding-top:15px;}
	
#in_08_mid li .news_img{height:202px;}

#gsjj p img{width:100%;}

#indexNews li{box-sizing:border-box;height:110px;}

#indexNews li img{max-width:20%;object-fit:cover;}

#indexNews li .right{width:75%;}

.main{padding:15px 0;}

#fwbj{height:500px;}

.fw {width: 32%;margin: 0.5%;}

#gg{display:none;}

.in_news_f .news_img{width:20%!important;}

.in_news_f .news_info{width:78%!important; left:20%!important;}

.in_news_f .news_info,.news_ul li a,.news_ul li span,.in_03_title,.pro a,.pro_namelb,.pro_namelb span,.new_li_content li{font-size:15px!important;}

#in_03_service,.order{margin:0!important;}

.pro li{width:48%!important;margin:0.5%!important;font-size: 16px!important;height:320px!important;}

.pro img{max-width:100%!important;width:100%!important;height:276px;}

#nyNews li a,#nyNews li span{font-size: 16px!important;}

.order{background:#fff!important;padding-top:10px!important;}

.spec-preview,.product_left,.product_right{width:100%!important;}

.jqzoom img{height:573px!important;object-fit:cover!important;}



.flash .flashBox .bd ul{width:100%!important;}

.flash .flashBox .bd img,.flash .flashBox,.flash{height:199px!important;}

.flashBox .hd{bottom:20px!important;}
	
	#nyNews li a{overflow:hidden!important;}
	
	#content_zy{background:#fff!important;}
	
	.content_zy1 img,.jqzoom img,#content_zy span img,#content_zy p img,#content_zy p iframe{width: 100%!important;height: auto!important;}
	
	#leftsead{display:none!important;}
	
	
} 

@media screen and (max-width: 640px) {
	
	.flash .flashBox .bd img,.flash .flashBox,.flash,.flash .flashBox .bd,.flash .flashBox .bd ul{height:166px!important;}

.flashBox .hd{bottom:10px!important;}

.main{padding:0;}
	
	#logo,#indexNews li .right,#end_end_nr{width:100%;}	
	
	#top_line .right,#top_right,#ssbj,#ysbj,#indexNews li img,#fwbj,.hui,#end,#end_nav_bj{display:none;}
	
	.in_news_f .news_img{display:none!important;}
	
	#nav a {font-size: 15px!important;}
	
	.picMarquee .bd ul li a img { height: 120px; }
	
	.picMarquee .bd ul li{height:155px;}
	
	.in_news_f .news_title{margin-left:0!important;}
	
	.in_news_f .news_info{left: 0%!important;width: 100%!important;}
	
#end_end{height:87px;}
	
	#end_end_nr{height:87px;line-height:25px;text-align: center;margin-bottom:55px;}
	
	#end_end .right{float:none;}
	
	.pro img{height:135px!important;}
	
	.pro li{height:180px!important;overflow: hidden!important;}
	
	.dgnr{background:none!important;}
	
	.page_nav a{float:left!important;margin-top: 5px!important;width: 30.6%!important;}
	
	.page_nav{height:95px!important;}
	
	#nyNews li span{display:none!important;}
	
	.new_li_content li{overflow:hidden!important;}
	
	.order td{width: 78%;float: right;display: inline-block;}
	
	.order tr .t_r{width:20%!important;display: inline-block!important;float:left;}
	
	.dgnr td{width: 78%;float: right;display: inline-block;}
	
	.dgnr tr .t_r{width:20%!important;display: inline-block!important;float:left;}
	
	#in_08{margin-bottom:15px!important;}
	
	.section-title2 p.title2,.title{font-size:24px!important;}
	
	#top_line, #top_index {height: 50px;}
	
	#logo{padding:0!important;}
	
	.p_m{height:235px!important;display:block;}
	
	/* 手机底部导航 */
	.m_botf {
		position: fixed;
		width: 100%;
		left: 0;
		right: 0;
		bottom: 0;
		height: 55px;
		background: #165ccf;
		border-top: 1px solid #165ccf;
		z-index: 9999;
		display: block;
		max-width: 660px;
		margin: auto;
	}
	.m_botf li {
		float: left;
		width: 25%;
		box-sizing: border-box;
		border-left: 1px solid #fff;
	}
	.m_botf li:first-child {
		border-left: 0;
	}
	.m_botf li a {
		display: block;
		height: 45px;
		color: #fff;
		padding-top: 9px;
		text-align: center;
	}
	.m_botf li a img {
		margin: 0 auto;
		width: 20px;
		height: 19px;
	}
	.m_botf li a span {
		display: block;
		height: 20px;
		line-height: 20px;
	}
	
}

@media screen and (max-width: 370px) {
	
	#nav a{font-size: 14px!important;line-height: 40px!important;}
	
	#nav_bj, #nav {height: 80px!important;}
	
	.page_nav a { width: 30%!important;}
	
}